inherited FileFormatClassDialog: TFileFormatClassDialog Left = 224 Top = 379 Caption = 'Select Format Type' ClientHeight = 72 ClientWidth = 225 OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object OkBtn: TUiButton Left = 65 Top = 40 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 AutoSize = asRight end object CancelBtn: TUiButton Left = 145 Top = 40 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 AutoSize = asRight end object Edit: TUiComboBox Left = 8 Top = 8 Width = 209 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 end end